home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / I-J / If Monks had Macs....cpt / If Monks had Macs... / Imitatio Christi / card_64385.txt < prev    next >
Text File  |  1992-02-09  |  17KB  |  791 lines

  1. -- card: 64385 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 6646
  5. -- name: Introduction
  6. ----- HyperTalk script -----
  7. on IntroGo
  8.   visual wipe left
  9.   go cd short name of target
  10. end IntroGo
  11.  
  12. on goChapter titleText,CL1,CL2
  13.   cleanScreen
  14.   set cursor to 3
  15.   push cd
  16.   visual wipe left
  17.   go cd (short name of target)
  18.   setRef1
  19.   set rect of bg fld "Ref" to 105,15,374,37
  20.   put titleText into bg fld "Ref"
  21.   show bg fld "Ref"
  22.   set lockText of bg fld 1 to false
  23.   click at CL1
  24.   click at CL2 with shiftKey
  25.   set lockText of bg fld 1 to true
  26.   set cursor to 14
  27.   get script of bg fld "Text"
  28.   put "--" before it
  29.   set script of bg fld "Text" to it
  30.   wait until mouseClick()
  31.   click at 440,321
  32.   set cursor to 14
  33.   put "Click to Return -- Option-Click to Stay" into bg fld "Ref"
  34.   wait until mouseClick()
  35.   cleaRef
  36.   if optionKey() is down then
  37.     set lockText of bg fld 1 to true
  38.     set lockText of bg fld "Text" to true
  39.     if script of bg fld "Text" contains "-" then
  40.       set script of bg fld "Text" to "on mouseUp" &return &"textClick" &return &"end mouseUp"
  41.     end if
  42.     exit goChapter
  43.   else
  44.     visual wipe right
  45.     pop cd
  46.   end if
  47. end goChapter
  48.  
  49. on GoPrayer PTimes -- number of extra cards to go to
  50.   cleanScreen
  51.   set cursor to 3
  52.   push cd
  53.   visual wipe left
  54.   go cd (short name of target)
  55.   set cursor to 14
  56.   wait until mouseClick()
  57.   repeat PTimes
  58.     visual wipe left
  59.     go next cd
  60.     wait until mouseClick()
  61.   end repeat
  62.   set cursor to 3
  63.   visual wipe right
  64.   pop cd
  65. end GoPrayer
  66.  
  67.  
  68. -- part 12 (button)
  69. -- low flags: 00
  70. -- high flags: C002
  71. -- rect: left=45 top=21 right=46 bottom=76
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 129
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: U
  80.  
  81.  
  82. -- part 16 (field)
  83. -- low flags: 01
  84. -- high flags: 2000
  85. -- rect: left=138 top=46 right=68 bottom=288
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 216
  90. -- text size: 12
  91. -- style flags: 8448
  92. -- line height: 16
  93. -- part name: Title
  94.  
  95.  
  96. -- part 13 (button)
  97. -- low flags: 80
  98. -- high flags: 0001
  99. -- rect: left=45 top=37 right=57 bottom=76
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 1
  103. -- font id: 129
  104. -- text size: 9
  105. -- style flags: 0
  106. -- line height: 12
  107. -- part name: b
  108.  
  109.  
  110. -- part 1 (field)
  111. -- low flags: 01
  112. -- high flags: 2000
  113. -- rect: left=12 top=89 right=155 bottom=450
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 0
  117. -- font id: 216
  118. -- text size: 10
  119. -- style flags: 0
  120. -- line height: 14
  121. -- part name: 
  122.  
  123.  
  124. -- part 21 (button)
  125. -- low flags: 00
  126. -- high flags: 0000
  127. -- rect: left=48 top=94 right=109 bottom=163
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: Intro 11
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   IntroGo -- card script
  139. end mouseUp
  140.  
  141.  
  142.  
  143. -- part 17 (button)
  144. -- low flags: 00
  145. -- high flags: 0000
  146. -- rect: left=48 top=108 right=125 bottom=163
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 0 / 0
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: Intro 2
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.   IntroGo
  158. end mouseUp
  159.  
  160.  
  161. -- part 19 (button)
  162. -- low flags: 00
  163. -- high flags: 0000
  164. -- rect: left=240 top=94 right=108 bottom=377
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 0 / 0
  167. -- text alignment: 1
  168. -- font id: 0
  169. -- text size: 12
  170. -- style flags: 0
  171. -- line height: 16
  172. -- part name: Intro 5
  173. ----- HyperTalk script -----
  174. on mouseUp
  175.   IntroGo
  176. end mouseUp
  177.  
  178.  
  179. -- part 20 (button)
  180. -- low flags: 00
  181. -- high flags: 0000
  182. -- rect: left=240 top=107 right=125 bottom=377
  183. -- title width / last selected line: 0
  184. -- icon id / first selected line: 0 / 0
  185. -- text alignment: 1
  186. -- font id: 0
  187. -- text size: 12
  188. -- style flags: 0
  189. -- line height: 16
  190. -- part name: Intro 9
  191. ----- HyperTalk script -----
  192. on mouseUp
  193.   IntroGo
  194. end mouseUp
  195.  
  196.  
  197.  
  198. -- part 35 (field)
  199. -- low flags: 01
  200. -- high flags: 0000
  201. -- rect: left=47 top=152 right=246 bottom=232
  202. -- title width / last selected line: 0
  203. -- icon id / first selected line: 0 / 0
  204. -- text alignment: 0
  205. -- font id: 216
  206. -- text size: 10
  207. -- style flags: 0
  208. -- line height: 13
  209. -- part name: 
  210.  
  211.  
  212. -- part 37 (field)
  213. -- low flags: 01
  214. -- high flags: 0000
  215. -- rect: left=238 top=152 right=246 bottom=414
  216. -- title width / last selected line: 0
  217. -- icon id / first selected line: 0 / 0
  218. -- text alignment: 0
  219. -- font id: 216
  220. -- text size: 10
  221. -- style flags: 0
  222. -- line height: 13
  223. -- part name: 
  224.  
  225.  
  226. -- part 46 (button)
  227. -- low flags: 00
  228. -- high flags: 2000
  229. -- rect: left=47 top=179 right=193 bottom=204
  230. -- title width / last selected line: 0
  231. -- icon id / first selected line: 0 / 0
  232. -- text alignment: 1
  233. -- font id: 129
  234. -- text size: 12
  235. -- style flags: 0
  236. -- line height: 16
  237. -- part name: Simplicity and Purity
  238. ----- HyperTalk script -----
  239. on mouseUp
  240.   goChapter "‚ÄúBeing Born Again‚Äù","31,293","222,322"
  241. end mouseUp
  242.  
  243.  
  244.  
  245. -- part 52 (button)
  246. -- low flags: 00
  247. -- high flags: 2000
  248. -- rect: left=47 top=152 right=167 bottom=204
  249. -- title width / last selected line: 0
  250. -- icon id / first selected line: 0 / 0
  251. -- text alignment: 1
  252. -- font id: 129
  253. -- text size: 12
  254. -- style flags: 0
  255. -- line height: 16
  256. -- part name: chapter 3b
  257. ----- HyperTalk script -----
  258. on mouseUp
  259.   goChapter "‚ÄúA Better Way to God‚Äù","294,252","376,265"
  260. end mouseUp
  261.  
  262.  
  263. -- part 53 (button)
  264. -- low flags: 00
  265. -- high flags: 2000
  266. -- rect: left=47 top=192 right=205 bottom=204
  267. -- title width / last selected line: 0
  268. -- icon id / first selected line: 0 / 0
  269. -- text alignment: 1
  270. -- font id: 129
  271. -- text size: 12
  272. -- style flags: 0
  273. -- line height: 16
  274. -- part name: Vanities
  275. ----- HyperTalk script -----
  276. on mouseUp
  277.   goChapter "‚ÄúEmotion vs. Intellect‚Äù","90,280","418,281"
  278. end mouseUp
  279.  
  280.  
  281. -- part 57 (button)
  282. -- low flags: 00
  283. -- high flags: 2000
  284. -- rect: left=47 top=205 right=219 bottom=204
  285. -- title width / last selected line: 0
  286. -- icon id / first selected line: 0 / 0
  287. -- text alignment: 1
  288. -- font id: 129
  289. -- text size: 12
  290. -- style flags: 0
  291. -- line height: 16
  292. -- part name: Chapter 67b
  293. ----- HyperTalk script -----
  294. on mouseUp
  295.   goChapter "‚ÄúFeeling Abandoned by God‚Äù","389,238","67,281"
  296. end mouseUp
  297.  
  298.  
  299. -- part 48 (button)
  300. -- low flags: 00
  301. -- high flags: 2000
  302. -- rect: left=47 top=218 right=232 bottom=204
  303. -- title width / last selected line: 0
  304. -- icon id / first selected line: 0 / 0
  305. -- text alignment: 1
  306. -- font id: 129
  307. -- text size: 12
  308. -- style flags: 0
  309. -- line height: 16
  310. -- part name: God is Our End
  311. ----- HyperTalk script -----
  312. on mouseUp
  313.   goChapter "‚ÄúFountain of Life‚Äù","33,182","216,211"
  314. end mouseUp
  315.  
  316.  
  317. -- part 59 (button)
  318. -- low flags: 00
  319. -- high flags: 2000
  320. -- rect: left=47 top=231 right=246 bottom=204
  321. -- title width / last selected line: 0
  322. -- icon id / first selected line: 0 / 0
  323. -- text alignment: 1
  324. -- font id: 129
  325. -- text size: 12
  326. -- style flags: 0
  327. -- line height: 16
  328. -- part name: Thanks for Grace
  329. ----- HyperTalk script -----
  330. on mouseUp
  331.   goChapter "‚ÄúIf Grace was a Drug‚Äù","33,124","344,154"
  332. end mouseUp
  333.  
  334.  
  335. -- part 63 (button)
  336. -- low flags: 00
  337. -- high flags: 2000
  338. -- rect: left=239 top=153 right=168 bottom=394
  339. -- title width / last selected line: 0
  340. -- icon id / first selected line: 0 / 0
  341. -- text alignment: 1
  342. -- font id: 129
  343. -- text size: 12
  344. -- style flags: 0
  345. -- line height: 16
  346. -- part name: Inner Peace
  347. ----- HyperTalk script -----
  348. on mouseUp
  349.   goChapter "‚ÄúPurity‚Äù","33,154","92,168"
  350. end mouseUp
  351.  
  352.  
  353. -- part 64 (button)
  354. -- low flags: 00
  355. -- high flags: 2000
  356. -- rect: left=239 top=167 right=181 bottom=394
  357. -- title width / last selected line: 0
  358. -- icon id / first selected line: 0 / 0
  359. -- text alignment: 1
  360. -- font id: 129
  361. -- text size: 12
  362. -- style flags: 0
  363. -- line height: 16
  364. -- part name: Our Lord's Obedience
  365. ----- HyperTalk script -----
  366. on mouseUp
  367.   goChapter "‚ÄúReligious Leaders‚Äù","33,266","102,308"
  368. end mouseUp
  369.  
  370.  
  371.  
  372. -- part 65 (button)
  373. -- low flags: 00
  374. -- high flags: 2000
  375. -- rect: left=239 top=180 right=194 bottom=394
  376. -- title width / last selected line: 0
  377. -- icon id / first selected line: 0 / 0
  378. -- text alignment: 1
  379. -- font id: 129
  380. -- text size: 12
  381. -- style flags: 0
  382. -- line height: 16
  383. -- part name: Vain Hope
  384. ----- HyperTalk script -----
  385. on mouseUp
  386.   goChapter "‚ÄúTalent‚Äù","33,210","221,252"
  387. end mouseUp
  388.  
  389.  
  390.  
  391. -- part 51 (button)
  392. -- low flags: 00
  393. -- high flags: 2000
  394. -- rect: left=239 top=193 right=206 bottom=394
  395. -- title width / last selected line: 0
  396. -- icon id / first selected line: 0 / 0
  397. -- text alignment: 1
  398. -- font id: 129
  399. -- text size: 12
  400. -- style flags: 0
  401. -- line height: 16
  402. -- part name: Chapter 20d
  403. ----- HyperTalk script -----
  404. on mouseUp
  405.   goChapter "‚ÄúTelevision‚Äù","341,113","420,125"
  406. end mouseUp
  407.  
  408.  
  409.  
  410. -- part 66 (button)
  411. -- low flags: 00
  412. -- high flags: 2000
  413. -- rect: left=239 top=206 right=219 bottom=394
  414. -- title width / last selected line: 0
  415. -- icon id / first selected line: 0 / 0
  416. -- text alignment: 1
  417. -- font id: 129
  418. -- text size: 12
  419. -- style flags: 0
  420. -- line height: 16
  421. -- part name: Chapter 13b
  422. ----- HyperTalk script -----
  423. on mouseUp
  424.   goChapter "‚ÄúTemptation‚Äù","33,266","333,281"
  425. end mouseUp
  426.  
  427.  
  428. -- part 47 (button)
  429. -- low flags: 00
  430. -- high flags: 2000
  431. -- rect: left=239 top=218 right=232 bottom=394
  432. -- title width / last selected line: 0
  433. -- icon id / first selected line: 0 / 0
  434. -- text alignment: 1
  435. -- font id: 129
  436. -- text size: 12
  437. -- style flags: 0
  438. -- line height: 16
  439. -- part name: Chapter 37b
  440. ----- HyperTalk script -----
  441. on mouseUp
  442.   goChapter "‚ÄúThe Cross‚Äù","219,295","445,323"
  443. end mouseUp
  444.  
  445.  
  446. -- part 69 (button)
  447. -- low flags: 00
  448. -- high flags: 2000
  449. -- rect: left=239 top=231 right=246 bottom=394
  450. -- title width / last selected line: 0
  451. -- icon id / first selected line: 0 / 0
  452. -- text alignment: 1
  453. -- font id: 129
  454. -- text size: 12
  455. -- style flags: 0
  456. -- line height: 16
  457. -- part name: Chapter 26d
  458. ----- HyperTalk script -----
  459. on mouseUp
  460.   goChapter "‚ÄúTrue Comfort‚Äù","417,238","293,266"
  461. end mouseUp
  462.  
  463.  
  464. -- part 80 (field)
  465. -- low flags: 01
  466. -- high flags: 0000
  467. -- rect: left=46 top=274 right=328 bottom=232
  468. -- title width / last selected line: 0
  469. -- icon id / first selected line: 0 / 0
  470. -- text alignment: 0
  471. -- font id: 216
  472. -- text size: 10
  473. -- style flags: 0
  474. -- line height: 13
  475. -- part name: 
  476.  
  477.  
  478. -- part 85 (field)
  479. -- low flags: 01
  480. -- high flags: 0000
  481. -- rect: left=238 top=274 right=328 bottom=415
  482. -- title width / last selected line: 0
  483. -- icon id / first selected line: 0 / 0
  484. -- text alignment: 0
  485. -- font id: 216
  486. -- text size: 10
  487. -- style flags: 0
  488. -- line height: 13
  489. -- part name: 
  490.  
  491.  
  492. -- part 86 (field)
  493. -- low flags: 01
  494. -- high flags: 2000
  495. -- rect: left=15 top=71 right=90 bottom=438
  496. -- title width / last selected line: 0
  497. -- icon id / first selected line: 0 / 0
  498. -- text alignment: 0
  499. -- font id: 216
  500. -- text size: 12
  501. -- style flags: 0
  502. -- line height: 12
  503. -- part name: 
  504.  
  505.  
  506. -- part 77 (field)
  507. -- low flags: 01
  508. -- high flags: 2000
  509. -- rect: left=12 top=132 right=153 bottom=434
  510. -- title width / last selected line: 0
  511. -- icon id / first selected line: 0 / 0
  512. -- text alignment: 0
  513. -- font id: 216
  514. -- text size: 12
  515. -- style flags: 0
  516. -- line height: 12
  517. -- part name: 
  518.  
  519.  
  520. -- part 78 (field)
  521. -- low flags: 01
  522. -- high flags: 2000
  523. -- rect: left=14 top=254 right=275 bottom=436
  524. -- title width / last selected line: 0
  525. -- icon id / first selected line: 0 / 0
  526. -- text alignment: 0
  527. -- font id: 216
  528. -- text size: 12
  529. -- style flags: 0
  530. -- line height: 12
  531. -- part name: 
  532.  
  533.  
  534. -- part 87 (button)
  535. -- low flags: 00
  536. -- high flags: 0000
  537. -- rect: left=46 top=274 right=288 bottom=208
  538. -- title width / last selected line: 0
  539. -- icon id / first selected line: 0 / 0
  540. -- text alignment: 1
  541. -- font id: 0
  542. -- text size: 12
  543. -- style flags: 0
  544. -- line height: 16
  545. -- part name: Chapter 40c
  546. ----- HyperTalk script -----
  547. on mouseUp -- card script
  548.   GoPrayer 0 -- number of additional cards to go to
  549. end mouseUp
  550.  
  551.  
  552.  
  553. -- part 88 (button)
  554. -- low flags: 00
  555. -- high flags: 0000
  556. -- rect: left=46 top=287 right=301 bottom=208
  557. -- title width / last selected line: 0
  558. -- icon id / first selected line: 0 / 0
  559. -- text alignment: 1
  560. -- font id: 0
  561. -- text size: 12
  562. -- style flags: 0
  563. -- line height: 16
  564. -- part name: Chapter 42c
  565. ----- HyperTalk script -----
  566. on mouseUp
  567.   GoPrayer 0
  568. end mouseUp
  569.  
  570.  
  571.  
  572. -- part 89 (button)
  573. -- low flags: 00
  574. -- high flags: 0000
  575. -- rect: left=46 top=301 right=315 bottom=208
  576. -- title width / last selected line: 0
  577. -- icon id / first selected line: 0 / 0
  578. -- text alignment: 1
  579. -- font id: 0
  580. -- text size: 12
  581. -- style flags: 0
  582. -- line height: 16
  583. -- part name: Chapter 52b
  584. ----- HyperTalk script -----
  585. on mouseUp
  586.   GoPrayer 0
  587. end mouseUp
  588.  
  589.  
  590.  
  591. -- part 94 (button)
  592. -- low flags: 00
  593. -- high flags: 0000
  594. -- rect: left=46 top=314 right=328 bottom=208
  595. -- title width / last selected line: 0
  596. -- icon id / first selected line: 0 / 0
  597. -- text alignment: 1
  598. -- font id: 0
  599. -- text size: 12
  600. -- style flags: 0
  601. -- line height: 16
  602. -- part name: Resting in God
  603. ----- HyperTalk script -----
  604. on mouseUp
  605.   GoPrayer 3
  606. end mouseUp
  607.  
  608.  
  609.  
  610. -- part 90 (button)
  611. -- low flags: 00
  612. -- high flags: 0000
  613. -- rect: left=240 top=275 right=289 bottom=402
  614. -- title width / last selected line: 0
  615. -- icon id / first selected line: 0 / 0
  616. -- text alignment: 1
  617. -- font id: 0
  618. -- text size: 12
  619. -- style flags: 0
  620. -- line height: 16
  621. -- part name: Chapter 60b
  622. ----- HyperTalk script -----
  623. on mouseUp
  624.   GoPrayer 0
  625. end mouseUp
  626.  
  627.  
  628.  
  629. -- part 91 (button)
  630. -- low flags: 00
  631. -- high flags: 0000
  632. -- rect: left=240 top=288 right=302 bottom=402
  633. -- title width / last selected line: 0
  634. -- icon id / first selected line: 0 / 0
  635. -- text alignment: 1
  636. -- font id: 0
  637. -- text size: 12
  638. -- style flags: 0
  639. -- line height: 16
  640. -- part name: Chapter 60b
  641. ----- HyperTalk script -----
  642. on mouseUp
  643.   GoPrayer 1
  644. end mouseUp
  645.  
  646.  
  647. -- part 92 (button)
  648. -- low flags: 00
  649. -- high flags: 0000
  650. -- rect: left=240 top=301 right=315 bottom=402
  651. -- title width / last selected line: 0
  652. -- icon id / first selected line: 0 / 0
  653. -- text alignment: 1
  654. -- font id: 0
  655. -- text size: 12
  656. -- style flags: 0
  657. -- line height: 16
  658. -- part name: Chapter 64b
  659. ----- HyperTalk script -----
  660. on mouseUp
  661.   GoPrayer 1
  662. end mouseUp
  663.  
  664.  
  665. -- part 93 (button)
  666. -- low flags: 00
  667. -- high flags: 0000
  668. -- rect: left=240 top=314 right=328 bottom=402
  669. -- title width / last selected line: 0
  670. -- icon id / first selected line: 0 / 0
  671. -- text alignment: 1
  672. -- font id: 0
  673. -- text size: 12
  674. -- style flags: 0
  675. -- line height: 16
  676. -- part name: Chapter 71b
  677. ----- HyperTalk script -----
  678. on mouseUp
  679.   GoPrayer 1
  680. end mouseUp
  681.  
  682.  
  683. -- part 34 (button)
  684. -- low flags: 00
  685. -- high flags: 0001
  686. -- rect: left=391 top=24 right=59 bottom=420
  687. -- title width / last selected line: 0
  688. -- icon id / first selected line: 0 / 0
  689. -- text alignment: 1
  690. -- font id: 0
  691. -- text size: 12
  692. -- style flags: 0
  693. -- line height: 16
  694. -- part name: Spoiler
  695. ----- HyperTalk script -----
  696. on mouseUp
  697.   --Spoiler
  698. end mouseUp
  699.  
  700.  
  701. -- part 95 (button)
  702. -- low flags: 00
  703. -- high flags: 2000
  704. -- rect: left=47 top=166 right=180 bottom=204
  705. -- title width / last selected line: 0
  706. -- icon id / first selected line: 0 / 0
  707. -- text alignment: 1
  708. -- font id: 129
  709. -- text size: 12
  710. -- style flags: 0
  711. -- line height: 16
  712. -- part name: Going Straight
  713. ----- HyperTalk script -----
  714. on mouseUp
  715.   goChapter "‚ÄúAnxiety about Salvation‚Äù","33,178","120,251"
  716. end mouseUp
  717.  
  718.  
  719.  
  720.  
  721. -- part contents for card part 1
  722. ----- text -----
  723.           ‚Ä¢ This is EveryWare.                             ‚Ä¢ Who actually wrote it?            ¬†
  724.           ‚Ä¢ But is it Hypertext? ¬†                          ‚Ä¢ Seven ways to read it.
  725.               
  726.  
  727.  
  728.  
  729.    
  730.                          
  731.                         
  732.    
  733.  
  734.  
  735. -- part contents for background part 29
  736. ----- text -----
  737. i
  738.  
  739. -- part contents for card part 16
  740. ----- text -----
  741. Introduction
  742.  
  743. -- part contents for card part 35
  744. ----- text -----
  745. ‚Ä¢¬†¬†¬†A Better Way to God
  746. ‚Ä¢ ¬†Anxiety about Salvation
  747. ‚Ä¢ ¬†Being Born Again
  748. ‚Ä¢¬†¬†¬†¬†Emotion vs. Intellect
  749. ‚Ä¢¬†¬†¬†¬†Feeling Abandoned  by God
  750. ‚Ä¢¬†¬†¬†¬†Fountain of Life
  751. ‚Ä¢¬†¬†¬†¬†¬†If Grace was a Drug 
  752.  
  753.  
  754. -- part contents for card part 37
  755. ----- text -----
  756. •     Purity
  757. ¬™‚Ä¢¬†¬†¬†¬†Religious Leaders                                                    
  758. •     Talent
  759. •     Television
  760. ‚Ä¢¬†¬†¬†¬†¬†Temptation 
  761. ‚Ä¢¬† ¬†The Cross 
  762. ‚Ä¢¬† True Comfort
  763.  
  764.  
  765.  
  766.  
  767. -- part contents for card part 77
  768. ----- text -----
  769. Quotes in Context:  A quick dip into the thought of Thomas √† Kempis
  770.  
  771. -- part contents for card part 78
  772. ----- text -----
  773. A Guide to the Prayers:  A Prayer... 
  774.  
  775. -- part contents for card part 80
  776. ----- text -----
  777. ‚Ä¢ For the Grace of Devotion
  778. ‚Ä¢ For Love
  779. ‚Ä¢ That the Will¬†of¬†God be Fullfilled
  780. ‚Ä¢ For the Presence of the Lord
  781.  
  782. -- part contents for card part 85
  783. ----- text -----
  784. ‚Ä¢ Against Evil Thoughts
  785. ‚Ä¢ For Mental Illumination
  786. ‚Ä¢ For Heavenly Wisdom
  787. ‚Ä¢ For the Light of Heaven
  788.  
  789. -- part contents for card part 86
  790. ----- text -----
  791. About this book...